home *** CD-ROM | disk | FTP | other *** search
/ AOL File Library: 9,300 to 9,399 / 9300.zip / AOLDLs / Helper Apps (WIN) / PLUGIN_ Quickview Plus! (16-bit) / QVPTRW16.exe / SCCDVAPI.SCC / SAMPLE.RC < prev    next >
Text File  |  1995-09-15  |  270b  |  16 lines

  1. #include <windows.h>
  2. #include "sample.h"
  3.  
  4. DEMO_ICON ICON "sample.ico"
  5.  
  6. DEMO_MENU MENU
  7. BEGIN
  8.     POPUP "File"
  9.         BEGIN
  10.         MENUITEM "Open...",MENU_FILE_OPEN
  11.         MENUITEM "Print (Dialog)",MENU_FILE_PRINTD
  12.         MENUITEM "Print (No Dialog)",MENU_FILE_PRINTND
  13.         END
  14. END
  15.  
  16.